home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / MurrinaGilouche / gtk-2.0 / gtkrc
Text File  |  2006-11-01  |  7KB  |  260 lines

  1. # Based on Clearlooks
  2. # Created by Jakub Steiner, Garrett LeSage,
  3. # Richard Stellingwerff, Emil Jacobs, and Daniel Borgmann.
  4.  
  5. style "theme-default"
  6. {
  7.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  8.   GtkRange       ::trough_border     = 0
  9.   GtkPaned       ::handle_size       = 8
  10.   GtkRange       ::slider_width      = 15
  11.   GtkRange       ::stepper_size      = 15
  12.   GtkScrollbar   ::min_slider_length = 30
  13.   GtkCheckButton ::indicator_size    = 14
  14.   GtkMenuBar     ::internal-padding  = 0
  15.   GtkTreeView    ::expander_size     = 12
  16.   GtkExpander    ::expander_size     = 14
  17.  
  18.   xthickness = 1
  19.   ythickness = 1
  20.  
  21.   fg[NORMAL]        = "#101010" # very dark gray #101010
  22.   fg[PRELIGHT]      = "#101010" # dark grey
  23.   fg[ACTIVE]        = "#000000" # black
  24.   fg[SELECTED]      = "#ffffff" # white
  25.   fg[INSENSITIVE]   = "#beb399" # dark beige / grey (disabled text)
  26.  
  27.   bg[NORMAL]        = "#fbf8f1" # light beige / grey
  28.   bg[PRELIGHT]      = "#fffefc" # very light beige
  29.   bg[ACTIVE]        = "#f6efe0" # mid beige / grey
  30.   bg[SELECTED]      = "#6798cb" # blueish
  31.   bg[INSENSITIVE]   = "#f1efde" # light beige / grey
  32.     
  33.   base[NORMAL]      = "#ffffff" # white
  34.   base[PRELIGHT]    = "#729fcf" # blueish
  35.   base[SELECTED]    = "#6798cb" # blueish
  36.   base[INSENSITIVE] = "#fbf8f1" #light beige / grey
  37.   base[ACTIVE]      = "#96b9d5" 
  38.   base[PRELIGHT]    = "#729fcf" # Selected item background
  39.     
  40.      engine "murrine"  {
  41.     contrast              = 1.0
  42.     glazestyle             = 1 # 0 = flat hilight, 1 = curved hilight
  43.      menubarstyle        = 2 # 0 = flat, 1 = glass, 2 = gradient
  44.      menubaritemstyle       = 0 # 0 = menuitem look, 1 = button look
  45.      listviewheaderstyle = 0 # 0 = flat, 1 = glass
  46.     animation             = TRUE
  47.   }
  48. }
  49.  
  50. style "theme-wide" = "theme-default"
  51. {
  52.   xthickness = 2
  53.   ythickness = 2
  54. }
  55.  
  56. style "theme-wider" = "theme-default"
  57. {
  58.   xthickness = 3
  59.   ythickness = 3
  60. }
  61.  
  62. style "theme-button" = "theme-wider"
  63. {
  64. }
  65.  
  66. style "theme-scale" = "theme-button"
  67. {
  68. }
  69.  
  70. style "theme-scrollbar" = "theme-button"
  71. {
  72.   xthickness = 2
  73.   ythickness = 2
  74. }
  75.  
  76. style "theme-range" = "theme-default"
  77. {
  78.   xthickness = 3
  79.   ythickness = 3
  80. }
  81.  
  82. style "theme-notebook" = "theme-wide"
  83. {
  84.   base[SELECTED]       = "#9cbcdf"  # Tab selection color
  85.   bg[ACTIVE]        = "#f0e7d3"  # Unselected tabs
  86.   
  87. }
  88.  
  89. style "theme-tasklist" = "theme-default"
  90. {
  91.   xthickness = 5
  92.   ythickness = 3
  93. }
  94.  
  95. style "theme-menu" = "theme-default"
  96. {
  97.   xthickness = 2
  98.   ythickness = 1
  99.   bg[NORMAL] = "#fdfbf7"
  100. }
  101.  
  102. style "theme-menu-item" = "theme-default"
  103. {
  104.   xthickness = 2
  105.   ythickness = 3  
  106.   fg[PRELIGHT] = "#ffffff"
  107.   text[PRELIGHT] = "#ffffff"
  108.   #bg[NORMAL] = "#00ff00"    # Horizontal lines
  109.   base[PRELIGHT] = "#5a81b4" # Selection color
  110. }
  111.  
  112. style "theme-menubar" = "theme-default"
  113. {
  114.   xthickness = 2
  115.   ythickness = 2
  116. }
  117.  
  118. style "theme-menubar-item" = "theme-menu-item"
  119. {
  120. }
  121.  
  122. style "theme-tree" = "theme-default"
  123. {
  124.   xthickness = 2
  125.   ythickness = 2
  126.   GtkTreeView::odd_row_color = "#f7f7ff"
  127.   GtkTreeView::even_row_color = "#ffffff"
  128. }
  129.  
  130. style "theme-tooltips" = "theme-default"
  131. {
  132.   xthickness = 4
  133.   ythickness = 4
  134.   bg[NORMAL] = { 1.0,1.0,0.75 }
  135. }
  136.  
  137. style "theme-progressbar" = "theme-wide"
  138. {
  139.   xthickness = 0
  140.   ythickness = 0
  141.   fg[PRELIGHT] = "#ffffff"
  142. }
  143.  
  144. style "theme-combo" = "theme-button"
  145. {
  146. }
  147.  
  148. style "theme-frame-title" = "theme-default"
  149. {
  150.   fg[NORMAL] = "#2a2a2a"
  151. }
  152.  
  153. style "metacity-frame" = "theme-default"
  154. {
  155.   bg[SELECTED]  = "#5c82b5"
  156. }
  157.  
  158. style "theme-slab" = "theme-default"
  159. {
  160.     bg[SELECTED] = "#84b0da"    # Outline
  161.     bg[NORMAL] = "#fdfbf7"      # Base bg color
  162.     bg[ACTIVE] = "#e9eef5"      # Right side bg color
  163.     fg[NORMAL] = "#6a97c5"      # Left side caption text color
  164.     fg[INSENSITIVE] = "#5c8dbf" # Right side caption text color
  165. }
  166.  
  167. style "theme-slab-group" = "theme-default" 
  168. {
  169.     #bg[SELECTED] = "#adc09b"  # Slab group text
  170. }
  171.  
  172. style "theme-shell" = "theme-default"
  173. {
  174.     bg[ACTIVE] = "#e9eef5"      # Left side bg color
  175.     fg[NORMAL] = "#5c8dbf"      # Left side text color
  176.     fg[INSENSITIVE] = "#bdcce1" # Left side line
  177.     
  178.     base[NORMAL] = "#fdfbf7"        # Base bg color
  179.     text[INSENSITIVE] = "#6a97c5"   # Base text color
  180. }
  181.  
  182. style "evolution-hack" = "clearlooks-default"
  183. {
  184.         bg[ACTIVE]   = "#96b9d5"
  185.         bg[SELECTED] = "#6798cb"
  186.         fg[ACTIVE]   = "#000000"
  187.         fg[SELECTED] = "#ffffff"
  188. }
  189.  
  190. style "theme-shell-highlight" = "theme-default"
  191. {
  192. }
  193.  
  194. #nautilus search stripe and other specialties
  195. style "extra-view" {
  196.     bg[NORMAL] = "#729fcf"
  197.     font = "Sans 6"
  198.  
  199. #nautilus search stripe
  200. widget "*.nautilus-extra-view-widget" style:highest "extra-view"
  201.  
  202. # Toolbar
  203. #class "GtkToolbar" style "theme-toolbar"
  204.  
  205. # GNOME-main-menu slab
  206. class "SlabWindow" style "theme-slab"
  207.  
  208. # App Browser & Control Center
  209. class "ShellWindow" style "theme-shell"
  210. widget_class "ShellWindow.*.GtkEventBox" style "theme-shell-highlight"
  211.  
  212. # Evolution
  213. widget_class "*GtkCTree*" style "evolution-hack"
  214. widget_class "*GtkList*" style "evolution-hack"
  215. widget_class "*GtkCList*" style "evolution-hack"
  216. widget_class "*.ETree.*" style "evolution-hack"
  217.  
  218. # widget styles
  219. class "GtkWidget"      style "theme-default"
  220. class "GtkButton"      style "theme-button"
  221. class "GtkScale"       style "theme-range"
  222. class "GtkCombo"       style "theme-button"
  223. class "GtkScale"       style "theme-scale"
  224. class "GtkScrollbar"   style "theme-scrollbar"
  225. class "GtkRange"       style "theme-wide"
  226. class "GtkFrame"       style "theme-wide"
  227. class "GtkMenu"        style "theme-menu"
  228. class "GtkEntry"       style "theme-wider"
  229. class "GtkMenuItem"    style "theme-menu-item"
  230. class "GtkNotebook"    style "theme-notebook"
  231. class "GtkProgressBar" style "theme-progressbar"
  232. class "*MenuBar*"      style "theme-menubar"
  233.  
  234. widget_class "*MenuItem.*" style "theme-menu-item"
  235. widget_class "*MenuBar.*"  style "theme-menubar-item"
  236.  
  237. # combobox stuff
  238. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  239. widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
  240.  
  241. # tooltips stuff
  242. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  243. widget "gtk-tooltips"                               style "theme-tooltips"
  244.  
  245. # treeview stuff
  246. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  247. widget_class "*.GtkCTree.GtkButton"     style "theme-tree"
  248. widget_class "*.GtkList.GtkButton"     style "theme-tree"
  249. widget_class "*.GtkCList.GtkButton"     style "theme-tree"
  250. widget_class "*.GtkFrame.GtkLabel"     style "theme-frame-title"
  251.  
  252. # notebook stuff
  253. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  254. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
  255.  
  256. # wm stuff
  257. class "MetaFrames"       style "metacity-frame"
  258. class "GtkWindow"      style "metacity-frame"
  259.